翻訳と辞書
Words near each other
・ Fluidized bed (disambiguation)
・ Fluidized bed combustion
・ Fluidized bed concentrator
・ Fluidized bed reactor
・ Fluidized bed scrubber
・ Fluidmesh
・ FluidSynth
・ Fluidware
・ Fluidyne engine
・ Fluid–structure interaction
・ Fluindione
・ Fluitsma & Van Tijn
・ Flujerd
・ FLUKA
・ Fluke
Fluent interface
・ Fluentd
・ Fluentify
・ FluentQueryBuilder
・ Fluenz (language learning software)
・ Flueraș
・ Fluf
・ Flufenacet
・ Flufenamic acid
・ Fluff
・ Fluff (fiction)
・ Fluff (Swedish band)
・ Fluff Busting Purity
・ Fluff pulp
・ Fluffer


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Fluent interface : ウィキペディア英語版
Fluent interface
In software engineering, a fluent interface (as first coined by Eric Evans and Martin Fowler) is an implementation of an object oriented API that aims to provide more readable code.
A fluent interface is normally implemented by using method cascading (concretely method chaining) to relay the instruction context of a subsequent call (but a fluent interface entails more than just method chaining 〔http://www.martinfowler.com/bliki/FluentInterface.html〕). Generally, the context is
* defined through the return value of a called method
* self-referential, where the new context is equivalent to the last context
* terminated through the return of a void context.
==History==
The term "fluent interface" was coined in late 2005, though this overall style of interface dates to the invention of method cascading in Smalltalk in the 1970s, and numerous examples in the 1980s. A common example is the iostream library in C++, which uses the << or >> operators for the message passing, sending multiple data to the same object and allowing "manipulators" for other method calls. Other early examples include the (Garnet system ) (from 1988 in Lisp) and the (Amulet system ) (from 1994 in C++) which used this style for object creation and property assignment.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Fluent interface」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.